PEGetParameterPickListOption

Use PEGetParameterPickListOption to retrieve the parameter pick list options set for a report. This function retrieves the values in PEParameterPickListOption.

C Syntax
BOOL CRPE_API PEGetParameterPickListOption (
        short printJob,
        const char FAR *parameterFieldName,
        const char FAR *reportName,
        PEParameterPickListOption FAR *pickListOption );
Parameters

printJob

Specifies the print job from which you want to retrieve the parameter pick list options.

parameterFieldName

Specifies a pointer to the parameterFieldName for which you want to retrieve pick list options.

reportName

Specifies a pointer to the report name. See Remarks below.

pickListOption

Specifies a pointer to PEParameterPickListOption, which will contain the information retrieved.

Returns
Remarks

Regarding parameter reportName:

VB Syntax
Declare Function PEGetParameterPickListOption Lib "crpe32.dll" (_
    ByVal printJob As Integer, ByVal parameterFieldName As String, _
    ByVal reportName As String, pickListOption As PEParameterPickListOption _
    ) As Integer
Delphi Syntax
function PEGetParameterPickListOption (
printJob : Smallint;
parameterFieldName : PChar;
reportName : PChar;
var pickListOption : PEParameterPickListOption): Bool; {$ifdef WIN32}
        stdcall; {$endif}


Seagate Software IMG Holdings, Inc.
http://www.seagatesoftware.com
Support services:
http://support.seagatesoftware.com